home *** CD-ROM | disk | FTP | other *** search
/ The Programmer Disk / The Programmer Disk (Microforum).iso / xpro / c3 / pro24 / maxspace.h < prev    next >
Text File  |  1986-06-23  |  280b  |  7 lines

  1. /* this file defines the maximum allowable number of notes for phase1 */
  2. /* the number must be determined emperically because it depends upon  */
  3. /* the amount of storage that must be left around for phase2 */
  4.  
  5. /* this should leave about 2KB free */
  6. #define MAXSPACE 53500
  7.